projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f2396
)
adwaita: Reset popover background in backdrop
author
Timm Bäder
<mail@baedert.org>
Sat, 1 Aug 2020 08:31:53 +0000
(10:31 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 1 Aug 2020 08:34:04 +0000
(10:34 +0200)
Otherwise it inherits the generic background color from .background
Fixes #2766
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 104f09d70717eb066f273ff405254e63fee05778..a2f4eab20b9015e1f7957a14c68eec1cef201e1e 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1738,6
+1738,10
@@
popover.background {
box-shadow: 0 1px 2px transparentize(black, 0.7);
}
+ &:backdrop {
+ background-color: transparent;
+ }
+
> contents {
padding: 8px;
border-radius: $popover_radius;